Welcome![Sign In][Sign Up]
Location:
Search - clock page

Search list

[Windows Developclock-algorithm

Description: 本代码为页面置换算法中的NRU算法,即改进型Clock置换算法。-code for the page replacement algorithm the invariable algorithm, improved Clock replacement algorithm.
Platform: | Size: 2320 | Author: 代怀凯 | Hits:

[ActiveX/DCOM/ATLClock

Description: 一个时钟程序:ActiveX控件的应用与工作原理。ActiveX控件的编写,如何为控件安排属性,方法,事件,属性页,持久性存储,控件如何通知容器自身属性的改变。-a clock : ActiveX controls and the application of principle. ActiveX controls in the preparation, how to control arrangements for the properties, methods, events, properties page, persistent storage, Controls to inform their own containers attribute changes.
Platform: | Size: 30999 | Author: huangzhifeng | Hits:

[GUI DevelopBeautifulClock

Description: 很漂亮的双层时钟,放在 您的主页上一定会让来访者满意地-a very nice double-clock, on your home page visitors will get satisfaction
Platform: | Size: 2048 | Author: 孙快乐 | Hits:

[Mathimatics-Numerical algorithmsNRU

Description: 最近未使用页淘汰(NRU)算法或者时钟算法是实际使用的诸多页淘汰算法中的一种。本课程设计是使用C程序设计语言,在windows平台下对页淘汰(NRU)算法模拟,通过页淘汰(NRU)算法的模拟来进一步的加深对使用NRU算法的了解,及对C程序设计语言的使用。 关键词:页淘汰 NRU 时钟算法 -unused pages recently eliminated (NRU) algorithm or clock algorithm is practical use out of the many pages of the algorithm a. This course is designed to use C programming language, windows platform in the pages out of (NRU) algorithm simulation, through the pages out of (NRU) algorithm simulation to further enhance the use of the algorithm NRU understanding, and to the C programming language use. Keywords : page out NRU clock algorithm
Platform: | Size: 105472 | Author: 戴天天 | Hits:

[Windows Developclock-algorithm

Description: 本代码为页面置换算法中的NRU算法,即改进型Clock置换算法。-code for the page replacement algorithm the invariable algorithm, improved Clock replacement algorithm.
Platform: | Size: 2048 | Author: 代怀凯 | Hits:

[ActiveX/DCOM/ATLClock

Description: 一个时钟程序:ActiveX控件的应用与工作原理。ActiveX控件的编写,如何为控件安排属性,方法,事件,属性页,持久性存储,控件如何通知容器自身属性的改变。-a clock : ActiveX controls and the application of principle. ActiveX controls in the preparation, how to control arrangements for the properties, methods, events, properties page, persistent storage, Controls to inform their own containers attribute changes.
Platform: | Size: 2030592 | Author: huangzhifeng | Hits:

[OtherCLOCK

Description: 这是一个时钟页面替换算法,用于操作系统存储器的页面替换,运行于VC++平台-This is a clock page replacement algorithm for the operating system memory page replacement, running on VC++ Platform
Platform: | Size: 2048 | Author: 陈梅 | Hits:

[StatusBarEClock

Description: 可视化的电子时钟,在网页的右下角显示,并自动与电脑时钟匹配-Visualization of electronic clock, in the lower right corner of the page display, and automatically with the computer clock to match
Platform: | Size: 1955840 | Author: 卞强春 | Hits:

[OS DevelopClock

Description: 大学计算机操作系统课程设计,完成页面置换功能,利用clock算法-University computer operating system curriculum design, complete page replacement function, the use of clock algorithm
Platform: | Size: 226304 | Author: 王明 | Hits:

[OS Developclock

Description: 操作系统中改进型clock页面置换算法的演示算法-Improved version of the operating system clock page replacement algorithm demonstration algorithm
Platform: | Size: 1024 | Author: | Hits:

[OS DevelopClock

Description: 改进型CLOCK 页面置换算法实现在进程运行过程中,若其要访问的页面不在内存而需要调入内存,但分配该进程的内存 空间已经用完时,为了保证该进程能继续执行,需要从内存中把该进程的一些页调入外存中 的对换区,但调出那个页面,可以采用不同的算法。-Improved CLOCK page replacement algorithm in the process of running the course, if its trying to access pages of memory need not be transferred to memory, but the distribution of the process had run out of memory space, in order to ensure that the process can continue execution from memory in the process of redeployment of a number of pages for Out-of-Core of the area, but out of that page, you can use different algorithms.
Platform: | Size: 1006592 | Author: 李方 | Hits:

[OS Developworkplace

Description: 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
Platform: | Size: 508928 | Author: lzh | Hits:

[JSP/Javaclock

Description: javascript制作的时钟,外形精美,简单使用,点亮你的网页-javascript produced clock, exquisite appearance, easy to use, light up your web page
Platform: | Size: 105472 | Author: leewy | Hits:

[Data structsPagereplacementalgorithm

Description: 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the most recently used replacement algorithm for long, simple Clock replacement algorithm and improved Clock replacement algorithm page views by supporting the realization of random sequences of the algorithm testing and performance comparison.
Platform: | Size: 343040 | Author: 张帅 | Hits:

[Linux-UnixNachos-scheduler.tar

Description: 本课题的目的是要实现缺页处理程序,这需要在适当的时候将某些页面替换出/入。为了减少缺页和将页面从内存淘汰到磁盘的次数,要求你实现五种页面替换算法。 NRU(Not Recently Used)算法 SC(Second Chance)算法 Clock算法 Working Set算法 Aging算法 -The purpose of this project is to achieve the missing page handling procedures, which needs to be at an appropriate time to replace some of the pages of entry/exit. In order to reduce the missing pages and pages of memory out to disk from the number, asking you to achieve the five page replacement algorithm. NRU (Not Recently Used) algorithm SC (Second Chance) algorithm Clock algorithm Aging Algorithm Working Set Algorithm
Platform: | Size: 572416 | Author: gavinfeng | Hits:

[OtherClock

Description: clock(时钟页面管理)算法程序代码-clock (clock page administration) algorithm code .......
Platform: | Size: 2048 | Author: hehualong | Hits:

[Windows DevelopClock

Description: 操作系统clock页面置换算法。。。自己写的-Operating system clock page replacement algorithm. . . Wrote it myself. .
Platform: | Size: 1034240 | Author: chezai | Hits:

[OS DevelopFIFO-LRU-OPT-Clock

Description: 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
Platform: | Size: 15360 | Author: soong | Hits:

[OS DevelopClock

Description: clock页面置换算法 用CLOCK置换算法仿真请求分页系统 1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法 2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(10-20页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串长度50---100,要求必须包括作业所有的页面,可作为样例数据保存 6) 可读取样例数据(要求存放在外部文件中)进行作业数量、作业大小、页面串长度的初始化 7) 要求采用可视化界面,模拟内存分配和使用情况图,可在运行过程中随时暂停,查看当前内存物理块使用情况。 8) 每次全部作业运行结束后,要求打印出访问命中率 -clock page replacement algorithm
Platform: | Size: 3903488 | Author: 周涛 | Hits:

[Internet-Networkclock测试实例

Description: 在html网页中实现简单的时钟倒计时,可以当做参考(Implement a simple countdown on the web page)
Platform: | Size: 10240 | Author: 莫陌1 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net